Interface HandlerDeregistration

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean deregister​(java.lang.String registrationId)
      Unregisters the handler which has been registered with the given registrationId.
    • Method Detail

      • deregister

        boolean deregister​(java.lang.String registrationId)
        Unregisters the handler which has been registered with the given registrationId.
        Parameters:
        registrationId - the identifier of the handler to be unregistered.
        Returns:
        true, if the handler has been unregistered; false, if no handler for the given registrationId exists.
        Throws:
        java.lang.IllegalArgumentException - if parameter registrationId is null.