@AutoService(value=BlockHoundIntegration.class) public class StandardOutputIntegration extends java.lang.Object implements BlockHoundIntegration
| Constructor and Description |
|---|
StandardOutputIntegration() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(BlockHound.Builder builder)
Lets an integration apply the customizations (see
BlockHound.Builder)
before BlockHound is installed. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareTo, getPrioritypublic void applyTo(BlockHound.Builder builder)
BlockHoundIntegrationBlockHound.Builder)
before BlockHound is installed.applyTo in interface BlockHoundIntegrationbuilder - an instance of BlockHound.Builder that is being installed