public static class RotationHooks.NoOpRotatationHooks extends Object implements RotationHooks
RotationHooks
that do nothing.RotationHooks.NoOpRotatationHooks
Constructor and Description |
---|
NoOpRotatationHooks() |
Modifier and Type | Method and Description |
---|---|
void |
postRotationAction(RotationContext context)
Method to run an action just after file has been rotated.
|
void |
preRotationAction(RotationContext context)
Method to run an action just before file will be rotated.
|
public void postRotationAction(RotationContext context) throws IOException
RotationHooks
postRotationAction
in interface RotationHooks
context
- The rotation context.IOException
- If the post action fails.public void preRotationAction(RotationContext context) throws IOException
RotationHooks
preRotationAction
in interface RotationHooks
context
- The rotation context.IOException
- If the pre action fails.Copyright © 2025 Open Identity Platform Community. All rights reserved.