Class CreateCustomTopicRequest


  • @ParametersAreNonnullByDefault
    public class CreateCustomTopicRequest
    extends CreateTopicRequest
    A request that stores topic attributes as key-value map to simply compatibility.
    • Constructor Detail

      • CreateCustomTopicRequest

        public CreateCustomTopicRequest​(java.lang.String topicKey,
                                        java.util.List<RecordClassDescriptor> types,
                                        @Nullable
                                        java.util.Collection<? extends deltix.qsrv.hf.pub.InstrumentIdentity> initialEntitySet,
                                        @Nullable
                                        java.lang.String targetStream,
                                        TopicType topicType,
                                        @Nonnull
                                        java.util.Map<CreateCustomTopicRequest.Field,​?> attributes)