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

it.netgrid.bauer.StreamModule Maven / Gradle / Ivy

Go to download

A Bauer binder supporting POSIX STDIN as events inbound and STOUT as events outbound.

There is a newer version: 1.1.6
Show newest version
package it.netgrid.bauer;

import it.netgrid.bauer.impl.StreamTopicFactoryModule;

public class StreamModule extends StreamTopicFactoryModule {
    
    public StreamModule() {
        super(TopicFactory.getProperties());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy