Class BulkheadOnCallPermittedEvent

  • All Implemented Interfaces:
    BulkheadEvent

    public class BulkheadOnCallPermittedEvent
    extends java.lang.Object
    A BulkheadEvent which informs that a call has been permitted to execute
    • Constructor Detail

      • BulkheadOnCallPermittedEvent

        public BulkheadOnCallPermittedEvent​(java.lang.String bulkheadName)
    • Method Detail

      • getEventType

        public BulkheadEvent.Type getEventType()
        Description copied from interface: BulkheadEvent
        Returns the type of the bulkhead event.
        Returns:
        the type of the bulkhead event
      • toString

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

        public java.lang.String getBulkheadName()
        Description copied from interface: BulkheadEvent
        Returns the name of the bulkhead which has created the event.
        Specified by:
        getBulkheadName in interface BulkheadEvent
        Returns:
        the name of the bulkhead which has created the event
      • getCreationTime

        public java.time.ZonedDateTime getCreationTime()
        Description copied from interface: BulkheadEvent
        Returns the creation time of bulkhead event.
        Specified by:
        getCreationTime in interface BulkheadEvent
        Returns:
        the creation time of bulkhead event