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

io.fluxcapacitor.javaclient.publishing.EventGateway Maven / Gradle / Ivy

There is a newer version: 0.1015.0
Show newest version
package io.fluxcapacitor.javaclient.publishing;

import io.fluxcapacitor.common.Registration;
import io.fluxcapacitor.common.api.Metadata;

public interface EventGateway {

    void publish(Object event);

    void publish(Object payload, Metadata metadata);

    Registration registerLocalHandler(Object handler);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy