c
akka.projection.grpc.consumer.javadsl
EventProducerPushDestination
Companion object EventProducerPushDestination
final class EventProducerPushDestination extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EventProducerPushDestination
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val acceptedStreamId: String
- val filters: List[FilterCriteria]
- val interceptor: Optional[EventDestinationInterceptor]
- val journalPluginId: Optional[String]
- val protobufDescriptors: List[FileDescriptor]
- val settings: EventProducerPushDestinationSettings
- val transformationForOrigin: BiFunction[String, Metadata, Transformation]
- def withConsumerFilters(filters: List[FilterCriteria]): EventProducerPushDestination
Filter incoming streams, at producer side, with these filters
- def withInterceptor(interceptor: EventDestinationInterceptor): EventProducerPushDestination
- def withJournalPluginId(journalPluginId: String): EventProducerPushDestination
- def withSettings(settings: EventProducerPushDestinationSettings): EventProducerPushDestination
- def withTransformation(transformation: Transformation): EventProducerPushDestination
- transformation
A transformation to use for all events.
- def withTransformationForOrigin(transformationForOrigin: BiFunction[String, Metadata, Transformation]): EventProducerPushDestination