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

io.dropwizard.redis.event.EventBusFactory Maven / Gradle / Ivy

package io.dropwizard.redis.event;

import com.fasterxml.jackson.annotation.JsonTypeInfo;
import io.dropwizard.jackson.Discoverable;
import io.lettuce.core.event.EventBus;
import reactor.core.scheduler.Scheduler;

@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "type")
public interface EventBusFactory extends Discoverable {
    EventBus build(final Scheduler scheduler);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy