public class BufferingServerTransport extends ServerTransport
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BufferingServerTransport.ServerInputSubscriptionImpl |
| Modifier and Type | Field and Description |
|---|---|
protected io.zeebe.dispatcher.Dispatcher |
receiveBuffer |
output, serverSocketBinding, transportActorContext, transportContext| Constructor and Description |
|---|
BufferingServerTransport(ActorContext transportActorContext,
TransportContext transportContext) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ServerInputSubscription> |
openSubscription(String subscriptionName,
ServerMessageHandler messageHandler,
ServerRequestHandler requestHandler) |
close, closeAsync, getOutput, interruptAllChannels, registerChannelListener, removeChannelListenerpublic BufferingServerTransport(ActorContext transportActorContext, TransportContext transportContext)
public CompletableFuture<ServerInputSubscription> openSubscription(String subscriptionName, ServerMessageHandler messageHandler, ServerRequestHandler requestHandler)
Copyright © 2017–2018 camunda services GmbH. All rights reserved.