DittoBusReliability

public enum DittoBusReliability

Chosen reliability level for a Ditto Bus stream

  • Messages may or may not be delivered and may arrive in any order

    Declaration

    Swift

    case unreliable
  • Messages within a stream will be delivered with retries, and received in the same order they were sent.

    Declaration

    Swift

    case reliable