Interface TypedCommandWriter

All Known Subinterfaces:
LegacyTypedCommandWriter, LegacyTypedStreamWriter
All Known Implementing Classes:
LegacyTypedStreamWriterImpl, LegacyTypedStreamWriterProxy, NoopLegacyTypedStreamWriter

public interface TypedCommandWriter
This interface is supposed to replace TypedCommandWriter
  • Method Details

    • appendNewCommand

      void appendNewCommand(Intent intent, RecordValue value)
    • appendFollowUpCommand

      void appendFollowUpCommand(long key, Intent intent, RecordValue value)