Uses of Class
net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.Listener.Adapter
-
Packages that use AgentBuilder.RedefinitionStrategy.Listener.Adapter Package Description net.bytebuddy.agent.builder An agent builder is used to easily implement load-time class-transformations using a Java agent. -
-
Uses of AgentBuilder.RedefinitionStrategy.Listener.Adapter in net.bytebuddy.agent.builder
Subclasses of AgentBuilder.RedefinitionStrategy.Listener.Adapter in net.bytebuddy.agent.builder Modifier and Type Class Description static class
AgentBuilder.RedefinitionStrategy.Listener.BatchReallocator
A batch reallocator allows to split up a failed retransformation into additional batches which are reenqueed to the current retransformation process.static class
AgentBuilder.RedefinitionStrategy.Listener.Pausing
A listener that invokesThread.sleep(long)
prior to every batch but the first batch.
-