Interface Ditto.UpdateTransportConfig
- Enclosing class:
Ditto
- 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 updating transport configuration.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdateTransportConfig(@NonNull DittoTransportConfig.Builder config) Updates the transport configuration.
-
Method Details
-
updateTransportConfig
Updates the transport configuration.- Parameters:
config- theDittoTransportConfig.Builderto modify.
-