Package com.twitter.finagle.kestrel.protocol

Examples of com.twitter.finagle.kestrel.protocol.Kestrel


    return
      MultiReader.apply(cluster, "the-queue")
        .clientBuilder(
          ClientBuilder.get()
            .codec(new Kestrel())
            .hostConnectionLimit(1)
            .requestTimeout(Duration.fromTimeUnit(30, TimeUnit.SECONDS)))
        .build();
  }
View Full Code Here

TOP

Related Classes of com.twitter.finagle.kestrel.protocol.Kestrel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.