Package org.infinispan.commands
Interface InitializableCommand
-
- All Known Implementing Classes:
RecoveryCommand
@Deprecated public interface InitializableCommand
Deprecated.since 11.0, please implementReplicableCommand#invokeAsync(ComponentRegistry)insteadAn interface to be implemented by Commands which require an intialized state after deserialization.- Since:
- 10.0
- Author:
- Ryan Emerson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidinit(ComponentRegistry componentRegistry, boolean isRemote)Deprecated.
-
-
-
Method Detail
-
init
void init(ComponentRegistry componentRegistry, boolean isRemote)
Deprecated.
-
-