Class RegisterInterestOperationContext

    • Constructor Detail

      • RegisterInterestOperationContext

        public RegisterInterestOperationContext​(java.lang.Object key,
                                                InterestType interestType,
                                                InterestResultPolicy policy)
        Deprecated.
        Constructor for the register interest operation.
        Parameters:
        key - the key or list of keys being registered
        interestType - the InterestType of the register request
        policy - the InterestResultPolicy of the register request
    • Method Detail

      • getInterestResultPolicy

        public InterestResultPolicy getInterestResultPolicy()
        Deprecated.
        Get the InterestResultPolicy of this register/unregister operation.
        Returns:
        the InterestResultPolicy of this request.