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

dev.vality.woody.api.ServiceBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.8
Show newest version
package dev.vality.woody.api;

import dev.vality.woody.api.event.ServiceEventListener;

public interface ServiceBuilder {
    ServiceBuilder withEventListener(ServiceEventListener listener);

    ServiceEventListener getEventListener();

     SrvT build(Class iface, T serviceHandler);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy