Class LegacyEmitterFactoryImpl
- java.lang.Object
-
- io.smallrye.reactive.messaging.providers.extension.LegacyEmitterFactoryImpl
-
- All Implemented Interfaces:
EmitterFactory<LegacyEmitterImpl<Object>>
@ApplicationScoped public class LegacyEmitterFactoryImpl extends Object implements EmitterFactory<LegacyEmitterImpl<Object>>
-
-
Constructor Summary
Constructors Constructor Description LegacyEmitterFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LegacyEmitterImpl<Object>createEmitter(EmitterConfiguration configuration, long defaultBufferSize)
-
-
-
Method Detail
-
createEmitter
public LegacyEmitterImpl<Object> createEmitter(EmitterConfiguration configuration, long defaultBufferSize)
- Specified by:
createEmitterin interfaceEmitterFactory<LegacyEmitterImpl<Object>>
-
-