Interface BulkheadEvent

    • Method Detail

      • getBulkheadName

        java.lang.String getBulkheadName()
        Returns the name of the bulkhead which has created the event.
        Returns:
        the name of the bulkhead which has created the event
      • getEventType

        BulkheadEvent.Type getEventType()
        Returns the type of the bulkhead event.
        Returns:
        the type of the bulkhead event
      • getCreationTime

        java.time.ZonedDateTime getCreationTime()
        Returns the creation time of bulkhead event.
        Returns:
        the creation time of bulkhead event