File tree Expand file tree Collapse file tree
branches/autosynth-dialogflow/google-cloud-examples/src/main/java/com/google/cloud/examples/pubsub/snippets Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ refs/heads/autosynth-bigtable: 2fbcb15847e0e89e79d6dc07420e28d7dfcea894
130130refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131131refs/heads/autosynth-containeranalysis: 039ca5b8db725c76c16a965ff26b2774322b8ef8
132132refs/heads/autosynth-datastore: 9acd400b484d6691a080c9152a331d88d24fefc1
133- refs/heads/autosynth-dialogflow: 969bbeef18f004fd51fd46c5def1ae5c644cae3c
133+ refs/heads/autosynth-dialogflow: 50a853325b306f27c46026e77976ebbfb7dc0106
134134refs/heads/autosynth-errorreporting: 3d0566d6bebcc187f148bbed463b5a8e75b1edf6
135135refs/heads/autosynth-firestore: 92b27fbc8855c9902168695abb0a8f1f433b750b
136136refs/heads/autosynth-iot: 9d732be07d99843d8cb53d34ec0837328a807fce
Original file line number Diff line number Diff line change 2222import com .google .api .gax .rpc .ApiException ;
2323import com .google .cloud .pubsub .v1 .Publisher ;
2424import com .google .cloud .pubsub .v1 .TopicAdminClient ;
25+ import com .google .common .util .concurrent .MoreExecutors ;
2526import com .google .protobuf .ByteString ;
2627import com .google .pubsub .v1 .ProjectTopicName ;
2728import com .google .pubsub .v1 .PubsubMessage ;
@@ -120,7 +121,8 @@ public void onSuccess(String messageId) {
120121 // Once published, returns server-assigned message ids (unique within the topic)
121122 System .out .println (messageId );
122123 }
123- });
124+ },
125+ MoreExecutors .directExecutor ());
124126 }
125127 } finally {
126128 if (publisher != null ) {
You can’t perform that action at this time.
0 commit comments