Interface DittoTransportConfig.Builder.UpdateListenConfig
- Enclosing class:
DittoTransportConfig.Builder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for configuring listen transports.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(@NonNull DittoListen.Builder listen) Updates the listen configuration.
-
Method Details
-
update
Updates the listen configuration.- Parameters:
listen- theDittoListen.Builderto configure.
-