Class BulkheadOnCallFinishedEvent

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

public class BulkheadOnCallFinishedEvent extends Object
A BulkheadEvent which informs that a call has been finished. The event doesn't provide any information on whether the call's execution was successful or not.
  • Constructor Details

    • BulkheadOnCallFinishedEvent

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