Class BulkheadOnCallRejectedEvent

  • All Implemented Interfaces:
    BulkheadEvent

    public class BulkheadOnCallRejectedEvent
    extends java.lang.Object
    A BulkheadEvent which informs that a call has been rejected, because the bulkhead is full.
    • Constructor Detail

      • BulkheadOnCallRejectedEvent

        public BulkheadOnCallRejectedEvent​(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