Class BulkheadOnCallPermittedEvent

java.lang.Object
io.github.resilience4j.bulkhead.event.BulkheadOnCallPermittedEvent
All Implemented Interfaces:
BulkheadEvent

public class BulkheadOnCallPermittedEvent extends Object
A BulkheadEvent which informs that a call has been permitted to execute
  • Constructor Details

    • BulkheadOnCallPermittedEvent

      public BulkheadOnCallPermittedEvent(String bulkheadName)
  • Method Details

    • 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 String toString()
      Overrides:
      toString in class Object
    • getBulkheadName

      public 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 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