Package com.usatiuk.dhfs.invalidation
Class OpHandlerService
java.lang.Object
com.usatiuk.dhfs.invalidation.OpHandlerService
Service for handling operations.
This service uses the
OpHandler
interface to handle operations.
It is used to handle operations received from the peer.-
Constructor Summary
ConstructorsConstructorDescriptionOpHandlerService
(jakarta.enterprise.inject.Instance<OpHandler<?>> OpHandlers) -
Method Summary
-
Constructor Details
-
OpHandlerService
-
-
Method Details
-
handleOp
Handle the given operation.- Parameters:
from
- the ID of the peer that sent the operationop
- the operation to handle
-