- All Superinterfaces:
- Consumer<String>, com.helger.commons.callback.ICallback, com.helger.commons.functional.IConsumer<String>, Serializable
- All Known Implementing Classes:
- LoggingChangeLogSerializerCallback
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Deprecated.
@Deprecated
@FunctionalInterface
public interface IChangeLogSerializerCallback
extends com.helger.commons.functional.IConsumer<String>, com.helger.commons.callback.ICallback
Callback for change log serializer read actions.
- Author:
- Philip Helger