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

api.v1.ApiFactory Maven / Gradle / Ivy

There is a newer version: 2.0.33
Show newest version
package api.v1;

import com.turbospaces.api.Topic;
import com.turbospaces.api.mappers.NotificationFacadeMapper;
import com.turbospaces.api.mappers.RequestFacadeMapper;
import com.turbospaces.api.mappers.ResponseFacadeMapper;

import io.cloudevents.core.builder.CloudEventBuilder;

public interface ApiFactory {
    Topic notifyTopic();
    Topic eventsTopic();
    CloudEventBuilder eventTemplate();
    RequestFacadeMapper requestMapper();
    ResponseFacadeMapper responseMapper();
    NotificationFacadeMapper notificationMapper();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy