public interface RotationHooks
Modifier and Type | Interface and Description |
---|---|
static class |
RotationHooks.NoOpRotatationHooks
RotationHooks that do nothing. |
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.
|
void postRotationAction(RotationContext context) throws IOException
context
- The rotation context.IOException
- If the post action fails.void preRotationAction(RotationContext context) throws IOException
context
- The rotation context.IOException
- If the pre action fails.Copyright © 2025 Open Identity Platform Community. All rights reserved.