com
.
softwaremill
.
react
.
kafka
ReactiveKafka
Related Docs:
object ReactiveKafka
|
package kafka
class
ReactiveKafka
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
ReactiveKafka
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Instance Constructors
new
ReactiveKafka
()
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
consume
[
K
,
V
]
(
props:
ConsumerProperties
[
K
,
V
]
,
dispatcher:
String
)
(
implicit
actorSystem:
ActorSystem
)
:
Publisher
[
ConsumerRecord
[
K
,
V
]]
def
consume
[
K
,
V
]
(
props:
ConsumerProperties
[
K
,
V
]
)
(
implicit
actorSystem:
ActorSystem
)
:
Publisher
[
ConsumerRecord
[
K
,
V
]]
def
consumeWithOffsetSink
[
K
,
V
]
(
props:
ConsumerProperties
[
K
,
V
]
,
topicPartitionOffsetsMap:
Map
[
TopicPartition
,
Long
]
)
(
implicit
actorSystem:
ActorSystem
)
:
PublisherWithCommitSink
[
K
,
V
]
def
consumeWithOffsetSink
[
K
,
V
]
(
props:
ConsumerProperties
[
K
,
V
]
,
topicsAndPartitions:
Set
[
TopicPartition
]
)
(
implicit
actorSystem:
ActorSystem
)
:
PublisherWithCommitSink
[
K
,
V
]
def
consumeWithOffsetSink
[
K
,
V
]
(
props:
ConsumerProperties
[
K
,
V
]
)
(
implicit
actorSystem:
ActorSystem
)
:
PublisherWithCommitSink
[
K
,
V
]
def
consumeWithOffsetSink
[
K
,
V
]
(
props:
ConsumerProperties
[
K
,
V
]
,
topicsAndPartitions:
Set
[
TopicPartition
] =
Set()
,
topicPartitionOffsetsMap:
Map
[
TopicPartition
,
Long
] =
Map()
)
(
implicit
actorSystem:
ActorSystem
)
:
PublisherWithCommitSink
[
K
,
V
]
def
consumerActor
[
K
,
V
]
(
props:
ConsumerProperties
[
K
,
V
]
,
dispatcher:
String
)
(
implicit
actorSystem:
ActorSystem
)
:
ActorRef
def
consumerActor
[
K
,
V
]
(
props:
ConsumerProperties
[
K
,
V
]
)
(
implicit
actorSystem:
ActorSystem
)
:
ActorRef
def
consumerActorProps
[
K
,
V
]
(
props:
ConsumerProperties
[
K
,
V
]
)
:
Props
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
graphStageJavaSource
[
K
,
V
]
(
props:
ConsumerProperties
[
K
,
V
]
,
topicPartitionOffsetsMap:
Map
[
TopicPartition
,
Long
]
)
:
Source
[
ConsumerRecord
[
K
,
V
],
NotUsed
]
def
graphStageJavaSource
[
K
,
V
]
(
props:
ConsumerProperties
[
K
,
V
]
,
topicsAndPartitions:
Set
[
TopicPartition
]
)
:
Source
[
ConsumerRecord
[
K
,
V
],
NotUsed
]
def
graphStageJavaSource
[
K
,
V
]
(
props:
ConsumerProperties
[
K
,
V
]
)
:
Source
[
ConsumerRecord
[
K
,
V
],
NotUsed
]
def
graphStageSink
[
K
,
V
]
(
props:
ProducerProperties
[
K
,
V
]
)
:
Sink
[
ProducerMessage
[
K
,
V
],
NotUsed
]
def
graphStageSource
[
K
,
V
]
(
props:
ConsumerProperties
[
K
,
V
]
,
topicPartitionOffsetsMap:
Map
[
TopicPartition
,
Long
]
)
:
Source
[
ConsumerRecord
[
K
,
V
],
NotUsed
]
def
graphStageSource
[
K
,
V
]
(
props:
ConsumerProperties
[
K
,
V
]
,
topicsAndPartitions:
Set
[
TopicPartition
]
)
:
Source
[
ConsumerRecord
[
K
,
V
],
NotUsed
]
def
graphStageSource
[
K
,
V
]
(
props:
ConsumerProperties
[
K
,
V
]
)
:
Source
[
ConsumerRecord
[
K
,
V
],
NotUsed
]
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
producerActor
[
K
,
V
]
(
props:
ProducerProperties
[
K
,
V
]
)
(
implicit
actorSystem:
ActorSystem
)
:
ActorRef
def
producerActor
[
K
,
V
]
(
props:
ProducerProperties
[
K
,
V
]
,
requestStrategy: () ⇒
RequestStrategy
,
dispatcher:
String
)
(
implicit
actorSystem:
ActorSystem
)
:
ActorRef
def
producerActor
[
K
,
V
]
(
props:
ProducerProperties
[
K
,
V
]
,
dispatcher:
String
)
(
implicit
actorSystem:
ActorSystem
)
:
ActorRef
def
producerActor
[
K
,
V
]
(
props:
ProducerProperties
[
K
,
V
]
,
requestStrategy: () ⇒
RequestStrategy
)
(
implicit
actorSystem:
ActorSystem
)
:
ActorRef
def
producerActorProps
[
K
,
V
]
(
props:
ProducerProperties
[
K
,
V
]
)
:
Props
def
producerActorProps
[
K
,
V
]
(
props:
ProducerProperties
[
K
,
V
]
,
requestStrategy: () ⇒
RequestStrategy
)
:
Props
def
publish
[
K
,
V
]
(
props:
ProducerProperties
[
K
,
V
]
)
(
implicit
actorSystem:
ActorSystem
)
:
Subscriber
[
ProducerMessage
[
K
,
V
]]
def
publish
[
K
,
V
]
(
props:
ProducerProperties
[
K
,
V
]
,
dispatcher:
String
)
(
implicit
actorSystem:
ActorSystem
)
:
Subscriber
[
ProducerMessage
[
K
,
V
]]
def
publish
[
K
,
V
]
(
props:
ProducerProperties
[
K
,
V
]
,
requestStrategy: () ⇒
RequestStrategy
,
dispatcher:
String
)
(
implicit
actorSystem:
ActorSystem
)
:
Subscriber
[
ProducerMessage
[
K
,
V
]]
def
publish
[
K
,
V
]
(
props:
ProducerProperties
[
K
,
V
]
,
requestStrategy: () ⇒
RequestStrategy
)
(
implicit
actorSystem:
ActorSystem
)
:
Subscriber
[
ProducerMessage
[
K
,
V
]]
def
sourceWithOffsetSink
[
K
,
V
]
(
props:
ConsumerProperties
[
K
,
V
]
,
topicPartitionOffsetsMap:
Map
[
TopicPartition
,
Long
]
)
:
SourceWithCommitSink
[
K
,
V
]
def
sourceWithOffsetSink
[
K
,
V
]
(
props:
ConsumerProperties
[
K
,
V
]
,
topicsAndPartitions:
Set
[
TopicPartition
]
)
:
SourceWithCommitSink
[
K
,
V
]
def
sourceWithOffsetSink
[
K
,
V
]
(
props:
ConsumerProperties
[
K
,
V
]
)
:
SourceWithCommitSink
[
K
,
V
]
def
sourceWithOffsetSink
[
K
,
V
]
(
props:
ConsumerProperties
[
K
,
V
]
,
topicsAndPartitions:
Set
[
TopicPartition
] =
Set()
,
topicPartitionOffsetsMap:
Map
[
TopicPartition
,
Long
] =
Map()
)
:
SourceWithCommitSink
[
K
,
V
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped