java.lang.Object
io.github.resilience4j.common.bulkhead.monitoring.endpoint.BulkheadEventDTO

public class BulkheadEventDTO extends Object
  • Method Details

    • getBulkheadName

      public String getBulkheadName()
    • setBulkheadName

      public void setBulkheadName(String bulkheadName)
    • getType

      public io.github.resilience4j.bulkhead.event.BulkheadEvent.Type getType()
    • setType

      public void setType(io.github.resilience4j.bulkhead.event.BulkheadEvent.Type type)
    • getCreationTime

      public String getCreationTime()
    • setCreationTime

      public void setCreationTime(String creationTime)