All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.serialized.client.aggregate.EventHandler Maven / Gradle / Ivy

The newest version!
package io.serialized.client.aggregate;

public interface EventHandler {

  T handle(T state, Event e);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy