Class DeleteScopeEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      DeleteScopeEvent​(java.lang.String scope, long requestId, java.util.UUID scopeId)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static io.pravega.shared.controller.event.DeleteScopeEvent.DeleteScopeEventBuilder builder()  
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.lang.String getKey()
      Method to get routing key for the event.
      long getRequestId()  
      java.lang.String getScope()  
      java.util.UUID getScopeId()  
      int hashCode()  
      java.util.concurrent.CompletableFuture<java.lang.Void> process​(RequestProcessor processor)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DeleteScopeEvent

        @ConstructorProperties({"scope","requestId","scopeId"})
        public DeleteScopeEvent​(java.lang.String scope,
                                long requestId,
                                java.util.UUID scopeId)
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Description copied from interface: ControllerEvent
        Method to get routing key for the event.
        Specified by:
        getKey in interface ControllerEvent
        Returns:
        return the routing key that should be used.
      • builder

        public static io.pravega.shared.controller.event.DeleteScopeEvent.DeleteScopeEventBuilder builder()
      • getScope

        public java.lang.String getScope()
      • getRequestId

        public long getRequestId()
      • getScopeId

        public java.util.UUID getScopeId()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object