Class BulkheadEventDTO
java.lang.Object
io.github.resilience4j.common.bulkhead.monitoring.endpoint.BulkheadEventDTO
-
Method Summary
Modifier and TypeMethodDescriptionio.github.resilience4j.bulkhead.event.BulkheadEvent.TypegetType()voidsetBulkheadName(String bulkheadName) voidsetCreationTime(String creationTime) voidsetType(io.github.resilience4j.bulkhead.event.BulkheadEvent.Type type)
-
Method Details
-
getBulkheadName
-
setBulkheadName
-
getType
public io.github.resilience4j.bulkhead.event.BulkheadEvent.Type getType() -
setType
public void setType(io.github.resilience4j.bulkhead.event.BulkheadEvent.Type type) -
getCreationTime
-
setCreationTime
-