Class SubscriptionCommandMessageHandler
- java.lang.Object
-
- io.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
Constructors Constructor Description SubscriptionCommandMessageHandler(Consumer<Runnable> enviromentToRun, IntFunction<LogStreamRecordWriter> logstreamRecordWriterSupplier)
-
-
-
Constructor Detail
-
SubscriptionCommandMessageHandler
public SubscriptionCommandMessageHandler(Consumer<Runnable> enviromentToRun, IntFunction<LogStreamRecordWriter> logstreamRecordWriterSupplier)
-
-
Method Detail
-
apply
public CompletableFuture<Void> apply(byte[] bytes)
- Specified by:
applyin interfaceFunction<byte[],CompletableFuture<Void>>
-
-