Interface InitializableCommand

All Known Implementing Classes:
RecoveryCommand

@Deprecated public interface InitializableCommand
Deprecated.
since 11.0, please implement ReplicableCommand#invokeAsync(ComponentRegistry) instead
An interface to be implemented by Commands which require an intialized state after deserialization.
Since:
10.0
Author:
Ryan Emerson
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init(ComponentRegistry componentRegistry, boolean isRemote)
    Deprecated.
     
  • Method Details

    • init

      void init(ComponentRegistry componentRegistry, boolean isRemote)
      Deprecated.