aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/model-actors/actorServiceProvider/src
AgeCommit message (Expand)AuthorFilesLines
2020-07-13Remove legacy actor code from modelsJim Hahn4-135/+0
2020-06-18Changes for Checkstyle 8.32liamfallon6-7/+5
2020-06-12Moving common polling code into HttpOperationJim Hahn15-93/+1168
2020-06-11Default ActorImpl should have an "operations" propertyJim Hahn9-31/+37
2020-06-03Merge "Use plain HashMap instead of IdentityHashMap"Pamela Dragosh2-5/+6
2020-06-02Use plain HashMap instead of IdentityHashMapJim Hahn2-5/+6
2020-06-02Change Actor makeCoder() to getCoder()Jim Hahn6-9/+9
2020-06-01Merge "Use "coder" to serialize Actor requests"Pamela Dragosh4-31/+39
2020-05-29Use "coder" to serialize Actor requestsJim Hahn4-31/+39
2020-05-29Use default serialization providerJim Hahn1-2/+1
2020-05-29Do not generate notification in SDNR ActorJim Hahn2-9/+0
2020-05-27Include response in OperationOutcomeJim Hahn7-2/+36
2020-04-08SDNR Actor enhancementsJim Hahn2-0/+13
2020-04-01Set sub request ID before start callbackJim Hahn4-28/+36
2020-03-30Test new actors against simulatorsJim Hahn2-1/+5
2020-03-25Cleanup eclipse warningsPamela Dragosh1-2/+1
2020-03-23New Guard actor request structure is incorrectJim Hahn2-18/+5
2020-03-20Exception not propagated by processResponseJim Hahn2-6/+41
2020-03-10Immediately finish if guard is disabledJim Hahn1-2/+2
2020-03-06Add subrequest ID to OperationOutcomeJim Hahn2-9/+19
2020-03-06Log full URL for REST callsJim Hahn2-25/+21
2020-03-05Add other APPC-LCM operationsJim Hahn3-0/+18
2020-03-04Fix exception message in ActorsJim Hahn1-1/+1
2020-03-03Merge "Fix path issues"Ram Krishna Verma1-1/+1
2020-03-03Merge "Don't log cancellation exception"Jim Hahn1-2/+9
2020-03-02Log topic message before publishingJim Hahn1-2/+2
2020-03-02Don't log cancellation exceptionJim Hahn1-2/+9
2020-03-03Fix path issuesJim Hahn1-1/+1
2020-03-02Merge "Log Actor parameter error message"Ram Krishna Verma2-14/+3
2020-03-02Log Actor parameter error messageJim Hahn2-14/+3
2020-03-02Testcases for cds actorRam Krishna Verma2-6/+8
2020-03-01Merge "Add sequence number to Actors"Ram Krishna Verma5-14/+64
2020-02-29Add sequence number to ActorsJim Hahn5-14/+64
2020-02-29Sequence throws NPE if task outcome is nullJim Hahn2-2/+4
2020-02-26Change ActorService config to Map<String,Object>Jim Hahn2-5/+7
2020-02-26ActorService constructor should be publicJim Hahn2-1/+8
2020-02-26Merge "Remove ActorService singleton"Ram Krishna Verma3-32/+7
2020-02-25Eliminate a couple more xxxAsync calls in ActorsJim Hahn1-6/+12
2020-02-25Remove ActorService singletonJim Hahn3-32/+7
2020-02-25Add PipelineUtilJim Hahn3-8/+93
2020-02-24Add "finalOutcome" flag to OperationOutcomeJim Hahn3-29/+76
2020-02-21Change payload to Map<String,Object> so it's more versatileJim Hahn14-75/+188
2020-02-20More actor clean-upJim Hahn21-333/+691
2020-02-19Add SO actorJim Hahn2-1/+10
2020-02-18Actor updates to support SOJim Hahn5-11/+17
2020-02-17More changes to actor codeJim Hahn8-37/+93
2020-02-17Use BidirectionalTopicClient from policy-commonJim Hahn35-1682/+1735
2020-02-13Add Topic Actor superclassesJim Hahn23-56/+2617
2020-02-12Add A&AI actor and some operatorsJim Hahn2-2/+2
2020-02-11Add more code to facilitate actor implementationJim Hahn28-2482/+3549