| Package | Description |
|---|---|
| net.kuujo.catalog.server |
| Modifier and Type | Method and Description |
|---|---|
<T extends Operation<Void>> |
StateMachineExecutor.register(Class<T> type,
Consumer<Commit<T>> callback)
Registers a void operation callback.
|
<T extends Operation<U>,U> |
StateMachineExecutor.register(Class<T> type,
Function<Commit<T>,U> callback)
Registers an operation callback.
|
StateMachineExecutor |
StateMachineExecutor.register(Function<Commit<? extends Operation<?>>,?> callback)
Registers a global operation callback.
|
Copyright © 2013–2015. All rights reserved.