Package io.camunda.zeebe.transport
Class TransportFactory
java.lang.Object
io.camunda.zeebe.transport.TransportFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateClientTransport(MessagingService messagingService) <M extends BufferReader,P extends BufferWriter>
RemoteStreamService<M,P> createRemoteStreamServer(ClusterCommunicationService clusterCommunicationService, Supplier<M> metadataFactory) createServerTransport(int nodeId, MessagingService messagingService)
-
Constructor Details
-
TransportFactory
-
-
Method Details
-
createServerTransport
-
createClientTransport
-
createRemoteStreamServer
public <M extends BufferReader,P extends BufferWriter> RemoteStreamService<M,P> createRemoteStreamServer(ClusterCommunicationService clusterCommunicationService, Supplier<M> metadataFactory)
-