Class SubscriptionCommandMessageHandler
java.lang.Object
io.camunda.zeebe.engine.processing.message.command.SubscriptionCommandMessageHandler
- All Implemented Interfaces:
Function<byte[],CompletableFuture<Void>>
public final class SubscriptionCommandMessageHandler
extends Object
implements Function<byte[],CompletableFuture<Void>>
-
Constructor Summary
ConstructorsConstructorDescriptionSubscriptionCommandMessageHandler(Consumer<Runnable> enviromentToRun, IntFunction<LogStreamRecordWriter> logstreamRecordWriterSupplier) -
Method Summary
-
Constructor Details
-
SubscriptionCommandMessageHandler
public SubscriptionCommandMessageHandler(Consumer<Runnable> enviromentToRun, IntFunction<LogStreamRecordWriter> logstreamRecordWriterSupplier)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<byte[],CompletableFuture<Void>>
-