Class BulkheadEventDTO


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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • 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)