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

public class BulkheadEventDTO
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getBulkheadName()  
    java.lang.String getCreationTime()  
    io.github.resilience4j.bulkhead.event.BulkheadEvent.Type getType()  
    void setBulkheadName​(java.lang.String bulkheadName)  
    void setCreationTime​(java.lang.String creationTime)  
    void setType​(io.github.resilience4j.bulkhead.event.BulkheadEvent.Type type)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getBulkheadName

      public java.lang.String getBulkheadName()
    • setBulkheadName

      public void setBulkheadName​(java.lang.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 java.lang.String getCreationTime()
    • setCreationTime

      public void setCreationTime​(java.lang.String creationTime)